home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / misc1 / ltmd.zip / MW50.ZIP / NRPRO.DEF < prev    next >
Text File  |  1988-09-07  |  1KB  |  38 lines

  1. ;-----------------------------------------------------------------------;
  2. ;                                    ;
  3. ;    LOGIMENU File definition for Newsroom Pro (Bus mouse only)    ;
  4. ;    Copyright (C) 1987 LOGITECH, Inc.                ;
  5. ;                                     ;
  6. ;-----------------------------------------------------------------------;
  7.  
  8. ; How To Prepare This Menu Program:
  9.  
  10. ;    1.    Re-install Newsroom Pro and choose the selection for 
  11. ;    No Mouse/Keyboard based.
  12.             
  13. ;    2.    Modify the content of CLICK.SRC by replacing the entry
  14. ;    "NRPRO 1200 150 5b" (which was originally placed for
  15. ;    the serial mouse) with "NRPRO menu 3buttons"
  16.             
  17. ;    3.    Re-compile CLICK.SRC by typing "NEWCLICK".
  18.  
  19. ; What This Menu Program Does:
  20.         
  21. ;    -  moving the mouse around is equivalent to hitting the arrow keys
  22. ;    -  the left button of the mouse is the return key
  23. ;    -  the middle button of the mouse is the Ctrl-L key
  24. ;    -  the right button of the mouse is equivalent to the Escape key.
  25.  
  26.  
  27. BEGIN    leftb, midb, rightb, leftm, rightm, upm, downm, 30, 40
  28.  
  29. leftb:    TYPE ENTER
  30. midb:    TYPE 12        ; CTRL-L
  31. rightb:    TYPE ESC
  32.  
  33. leftm:    TYPE 0,75    ; Left arrow (extended 75)
  34. rightm:    TYPE 0,77    ; Right arrow (extended 77)
  35. upm:    TYPE 0,72    ; Up arrow (extended 72)
  36. downm:    TYPE 0,80    ; Down arrow (extended 80)
  37.  
  38.